Values<T> Class Properties

For a list of all members of this type, see Values<T> members.

Public Properties
 NameDescription
Public PropertyGets or sets the size of Items array NOTE. If new capacity is less than current capacity then new value is ignored  
Public PropertyGets or sets the number of values contained in this Values<T> instance  
Public Property Gets or sets the value at the specified index.  
Public PropertyGets the array with value for direct unchecked access NOTE: The length of array may differ from the count of the Values. Use Count when iterating  
Top
See Also